Skip to content

Comments

simplify prettier config#380

Merged
AlexAndBear merged 2 commits intomainfrom
update-prettier-config
Jul 15, 2025
Merged

simplify prettier config#380
AlexAndBear merged 2 commits intomainfrom
update-prettier-config

Conversation

@AlexAndBear
Copy link
Member

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR narrows Prettier formatting to only documentation files and updates .prettierignore to exclude non-doc assets.

  • Restrict format:check and format:write scripts to *.md, *.mdx, and *.markdown
  • Add mdx to the markdown lint fix script
  • Simplify .prettierignore entries and update casing for CONTRIBUTING.md

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Limit Prettier and markdownlint scripts to docs
.prettierignore Remove blanket ignore, add assets/static and docs
Comments suppressed due to low confidence (1)

.prettierignore:5

  • Verify the actual filename casing for the contributing guidelines. If the file is named Contributing.md, update this entry to match or use a case-insensitive glob to avoid ignoring the wrong file.
CONTRIBUTING.md

@AlexAndBear AlexAndBear merged commit e184505 into main Jul 15, 2025
2 checks passed
@AlexAndBear AlexAndBear deleted the update-prettier-config branch July 15, 2025 06:05
@openclouders openclouders mentioned this pull request Jul 15, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants